/* 客户案例控制表 */

.case_con .case_top {
	margin-top: 30px;
	border-bottom: #E5E5E5 1px solid;
}

.case_con .case_right {
	     float: right;
    width: 78%;
}
.case_con .case_right .img_list{
	overflow: hidden;
}
.case_con .case_right .img_list>li {
float: left;
    margin: 20px 0 20px 50px;
    width: 26%;
    height: 170px;
    border: 1px #e5e5e5 solid;
}

.case_con .case_right .img_list>li>a>img {
	width: 100%;
	height: 100%;
}

.case_con .case_right .img_list>li a h6 {
	font-size: 14px;
	text-align: center;
}